'Declaration Public Overloads Function CreatePageLayout( _
ByVal pageSizeThe page size in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.As System.Drawing.SizeF, _
ByVal ignoreSectionsMarginA value indicating whether the sections margins must be ignored.As Boolean, _
ByVal textRectsThe text rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.() As System.Drawing.RectangleF, _
ByVal imageResourceIdToToBBoxThe images rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.As System.Collections.Generic.Dictionary(Of String,RectangleF) _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement[]
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement[] CreatePageLayout(
System.Drawing.SizeF pageSize,
bool ignoreSectionsMargin,
System.Drawing.RectangleF[] textRects,
System.Collections.Generic.Dictionary<string,RectangleF> imageResourceIdToToBBox
)
Parameters
- pageSize
- The page size in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
- ignoreSectionsMargin
- A value indicating whether the sections margins must be ignored.
- textRects
- The text rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
- imageResourceIdToToBBox
- The images rects in Vintasoft.Imaging.UnitOfMeasure.DeviceIndependentPixels.
Return Value
The layouted items.